x86/vmx: Use hvm_{get,set}_segment_register() rather than vmx_{get,set}_segment_regis...
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 27 Sep 2016 17:21:20 +0000 (18:21 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 2 Dec 2016 17:23:02 +0000 (17:23 +0000)
commite4d0bc1e8bccb987fb70471704f4605a20bf6ecc
treea0bf17cd5255ffa7967359f26ccc558f29d6de02
parent29a57c9924830c31e54faf6913853e157e39ea2a
x86/vmx: Use hvm_{get,set}_segment_register() rather than vmx_{get,set}_segment_register()

No functional change at this point, but this is a prerequisite for forthcoming
functional changes.

Make vmx_get_segment_register() private to vmx.c like all the other Vendor
get/set functions.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/hvm/vmx/vvmx.c
xen/include/asm-x86/hvm/vmx/vmx.h